mkdocs tips
Mkdocs tips
Table of Content
image size#
{width=50}
{width=150}


image as url link#
[{width=50}](plugins.md)
image align#
Text on right side
Text on right side
Text on right side
Text on right side
{ align=left width=150}
#
{ align=left width=150}
Table cell with multiple line#
using HTML tag <br>
| Format | Tag example |
| -------- | --------------------------- |
| multiline | line1<br>==line2==<br>line3 |
| Format | Tag example |
|---|---|
| multiline | line1 line2 line3 |